home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / Milo / milo060setup.exe / {app} / Milo.exe / 0 / RCDATA / TNEWMAIL / TNEWMAIL.txt
Text File  |  2003-09-19  |  1KB  |  73 lines

  1. object newmail: Tnewmail
  2.   Left = 484
  3.   Top = 597
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Milo'
  7.   ClientHeight = 64
  8.   ClientWidth = 256
  9.   Color = clWhite
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poDefault
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object skin: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 256
  26.     Height = 64
  27.     AutoSize = True
  28.     OnMouseMove = skinMouseMove
  29.   end
  30.   object button1: TLabel
  31.     Left = 8
  32.     Top = 8
  33.     Width = 241
  34.     Height = 16
  35.     Cursor = crHandPoint
  36.     AutoSize = False
  37.     Color = clBlack
  38.     Font.Charset = EASTEUROPE_CHARSET
  39.     Font.Color = clBlue
  40.     Font.Height = -11
  41.     Font.Name = 'Tahoma'
  42.     Font.Style = []
  43.     ParentColor = False
  44.     ParentFont = False
  45.     Transparent = True
  46.     OnClick = button1Click
  47.   end
  48.   object button2: TLabel
  49.     Left = 8
  50.     Top = 32
  51.     Width = 241
  52.     Height = 16
  53.     Cursor = crHandPoint
  54.     AutoSize = False
  55.     Color = clBlack
  56.     Font.Charset = EASTEUROPE_CHARSET
  57.     Font.Color = clBlue
  58.     Font.Height = -11
  59.     Font.Name = 'Tahoma'
  60.     Font.Style = []
  61.     ParentColor = False
  62.     ParentFont = False
  63.     Transparent = True
  64.     OnClick = button2Click
  65.   end
  66.   object autoclose_timer: TTimer
  67.     Interval = 5000
  68.     OnTimer = autoclose_timerTimer
  69.     Left = 8
  70.     Top = 8
  71.   end
  72. end
  73.